session layer - определение. Что такое session layer
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое session layer - определение

PART OF SEVEN-LAYER COMPUTER NETWORKING MODEL
OSI layer 5; X.215; Layer 5; OSI Layer 5; Session Layer; Session-layer
Найдено результатов: 952
session layer         
<networking> The third highest protocol layer (layer 5) in the OSI seven layer model. The session layer uses the {transport layer} to establish a connection between processes on different hosts. It handles security and creation of the session. It is used by the presentation layer. Documents: ITU Rec. X.225 (ISO 8327), ITU Rec. X.215 (ISO 8326). [Examples?] (1997-12-07)
layer 5         
X.215         
Kirk session         
  • The Ordination of Elders in a Scottish Kirk, by [[John Henry Lorimer]], 1891. [[National Gallery of Scotland]]
GOVERNING BODY OF A PRESBYTERIAN OR REFORMED CHURCH
Kirk Session; Session clerk; Session Clerk; Kirk session; Kirk-session; Session House; Session-clerk; Session house; Presbyterian session; Session (Presbyterian)
¦ noun the lowest court in the Church of Scotland, composed of the minister and elders of the parish.
Session (Presbyterianism)         
  • The Ordination of Elders in a Scottish Kirk, by [[John Henry Lorimer]], 1891. [[National Gallery of Scotland]]
GOVERNING BODY OF A PRESBYTERIAN OR REFORMED CHURCH
Kirk Session; Session clerk; Session Clerk; Kirk session; Kirk-session; Session House; Session-clerk; Session house; Presbyterian session; Session (Presbyterian)
A session (from the Latin word sessio, which means "to sit", as in sitting to deliberate or talk about something; sometimes called consistory or church board) is a body of elected elders governing each local church within presbyterian polity.
session clerk         
  • The Ordination of Elders in a Scottish Kirk, by [[John Henry Lorimer]], 1891. [[National Gallery of Scotland]]
GOVERNING BODY OF A PRESBYTERIAN OR REFORMED CHURCH
Kirk Session; Session clerk; Session Clerk; Kirk session; Kirk-session; Session House; Session-clerk; Session house; Presbyterian session; Session (Presbyterian)
¦ noun a chief lay official in the session of a Presbyterian Church.
Layer by layer         
  • An overview of the layer by layer method for Rubik's Cube. The cube has been turned over in the third step.
METHOD OF SOLVING THE RUBIK'S CUBE
Layer-by-Layer
Layer-by-layer (LbL) deposition is a thin film fabrication technique. The films are formed by depositing alternating layers of oppositely charged materials with wash steps in between.
Layer by Layer         
  • An overview of the layer by layer method for Rubik's Cube. The cube has been turned over in the third step.
METHOD OF SOLVING THE RUBIK'S CUBE
Layer-by-Layer
The Layer by Layer method, also known as the Beginners method is a method of solving the 3x3x3 Rubik's Cube. Many beginners' methods use this approach, and it also forms the basis of the CFOP speedcubing technique.
Presentation layer         
6TH LAYER OF THE OSI MODEL OF TELECOMMUNICATIONS; THE LEAST ABSTRACT FOR WHICH DATA REPRESENTATION MAKES MUCH SENSE
OSI layer 6; X.216; Layer 6; OSI Layer 6; Presentation Layer; Presentation-layer
In the seven-layer OSI model of computer networking, the presentation layer is layer 6 and serves as the data translator for the network.Microsoft TechNet It is sometimes called the syntax layer.
layer 3         
LAYER 3 OF THE OSI MODEL FOR COMPUTER COMMUNICATION
Layer 3; OSI layer 3; Internetwork layer; Network layers; OSI Layer 3; Network Layer; Network-layer; Layer-3

Википедия

Session layer

In the seven-layer OSI model of computer networking, the session layer is layer 5.

The session layer provides the mechanism for opening, closing and managing a session between end-user application processes, i.e., a semi-permanent dialogue. Communication sessions consist of requests and responses that occur between applications. Session-layer services are commonly used in application environments that make use of remote procedure calls (RPCs).

An example of a session-layer protocol is the OSI protocol suite session-layer protocol, also known as X.225 or ISO 8327. In case of a connection loss this protocol may try to recover the connection. If a connection is not used for a long period, the session-layer protocol may close it and re-open it. It provides for either full duplex or half-duplex operation and provides synchronization points in the stream of exchanged messages.

Other examples of session layer implementations include Zone Information Protocol (ZIP) – the AppleTalk protocol that coordinates the name binding process, and Session Control Protocol (SCP) – the DECnet Phase IV session-layer protocol.

Within the service layering semantics of the OSI network architecture, the session layer responds to service requests from the presentation layer and issues service requests to the transport layer.